home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / CAD_CAM / ADIPLT / ADIPLT.DOC < prev   
Text File  |  1990-10-24  |  3KB  |  62 lines

  1.  
  2.                       ADI2TEK   and ADI2COL
  3.  
  4.  
  5. PURPOSE:    Transform generic AutoCAD plotter output (ADI binary output files)
  6.         into useful format for unsupported drivers.  Two drivers are included:
  7.         ADI2TEK - for output on 12 bit Tektronix type laser printers, such
  8.                   as DEC LN03 or QMS800 printers.
  9.         ADI2COL - for output on DEC LJ250 (HP Paintjet clone) color inkjet
  10.                   printer in sixel format.  (180 dpi resolution is used, with
  11.                   support for 8 pen colors:  red, yellow, green, cyan, blue,
  12.                   magenta, and black - in standard ACAD order).
  13.         These printers were chosen since they hang off of our local mainframe,
  14.         and are the most handy output device for ACAD from my desktop.
  15.  
  16.  
  17. USE:        ADI2TEK file            or        ADI2COL file
  18.         where FILE is the name (without extension) of a binary file produced
  19.         by AutoCAD by the generic ADI plotter driver sent to a file.
  20.         Both programs expect the file extension to be PLT.  ADI2TEK will
  21.         produce an output file named FILE.TEK.   ADI2COL will produce an
  22.         output file named FILE.COL.
  23.         AutoCAD must be configured to plot to a "generic ADI driver", and
  24.         instructed to write a binary file to the disk.  The characteristics
  25.         should be 390 dots/inch, 10.5 inch (X) by 7.875 inch (Y).  Set up
  26.         for 7 pens, and one linestyle.  Don't forget to map the drawing
  27.         colors to identical pen colors (this isn't default), or ADI2COL will
  28.         plot everything red (pen 1).
  29.  
  30.  
  31. COMPATIBILITY:   AutoCAD 386 R10, although any ADI plotter file that uses
  32.         the same format should work.  Source code is included for any kludges
  33.         or other device support that others might wish to add.  (Microsoft
  34.         FORTRAN, version 5.0).
  35.  
  36.  
  37. NOTES:  ADI2TEK is fast.  It does an efficient filter of one data format 
  38.         to another.   
  39.         ADI2COL is a very slow kludge.  It must rasterize each pen to a pixel 
  40.         map in memory, dumping each map to disk in turn.  Then all pen files 
  41.         are opened and read in six lines at a time to construct a multi-color 
  42.         sixel output file.  This requires about 300k memory, and about 190k
  43.         of temporary disk space per pen.
  44.  
  45.  
  46. SHAREWARE NOTICE:
  47.         Use it.  Abuse it.  Rewrite it.  No guarantees.  Don't sell it.
  48.         I don't expect anybody to send $$, however anybody brash enough
  49.         to ask me for advice or support without sending a shareware 
  50.         contribution ($25 is sufficient) is subject to my whims.  Registered 
  51.         users will get a clean (safe?) executable, and updates.
  52.  
  53.  
  54.                             Copyright (c) 1990 by
  55.                               Jeffrey A. Casey
  56.                                28 Brimmer St.
  57.                             Watertown, MA  02172
  58.                                (617)-924-0523
  59.                           casey@alcvax.pfc.mit.edu
  60.         (or)              70411.573@compuserve.com
  61.         (or)                  jac@pinet.aip.org
  62.